getPlaylist

open fun getPlaylist(): Playlist

Gets the associated with this control, if any.

If this control is responsible for rendering content from a playlist (e.g., a media player zone), this method returns that playlist.

Retrieves the playlist associated with this WebView.

The playlist contains a list of media items to be displayed or played. This method provides access to the Playlist object which holds the details of the content schedule.

Return

The Playlist object for this WebView, or null if no playlist is associated.

See also